-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce execution_hint
for Cardinality aggregation (#17312) - backport to 2.19
#17420
Introduce execution_hint
for Cardinality aggregation (#17312) - backport to 2.19
#17420
Conversation
…oject#17312) - backport to 2.19 --------- Signed-off-by: Siddharth Rayabharam <[email protected]> Signed-off-by: Asim Mahmood <[email protected]> Signed-off-by: Asim M <[email protected]> Co-authored-by: Siddharth Rayabharam <[email protected]> Co-authored-by: Craig Perkins <[email protected]> (cherry picked from commit e3a6cca)
Signed-off-by: Asim Mahmood <[email protected]>
Convert this back to draft until further notice. Thanks. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.19 #17420 +/- ##
============================================
- Coverage 72.00% 71.97% -0.04%
Complexity 65963 65963
============================================
Files 5341 5341
Lines 307158 307179 +21
Branches 44824 44832 +8
============================================
- Hits 221184 221081 -103
- Misses 67498 67639 +141
+ Partials 18476 18459 -17 ☔ View full report in Codecov by Sentry. |
| To understand if it will break anything in 2.19.1. These changes are behind a new optional requset param for cardinality agg requests only. Without the new param, there is no change. There is a new response output, but its gated behind version. This in PR only nodes >= 2.19.1 will try to pass it. |
* since 2.19 version has been merged: opensearch-project#17420 Signed-off-by: Asim Mahmood <[email protected]>
…kport to 2.x (#17419) * Introduce `execution_hint` for Cardinality aggregation (#17312) --------- Signed-off-by: Siddharth Rayabharam <[email protected]> Signed-off-by: Asim Mahmood <[email protected]> Signed-off-by: Asim M <[email protected]> Co-authored-by: Siddharth Rayabharam <[email protected]> Co-authored-by: Craig Perkins <[email protected]> (cherry picked from commit e3a6cca) * Update changlog Signed-off-by: Asim Mahmood <[email protected]> * Update min version to 2_19_1 * since 2.19 version has been merged: #17420 Signed-off-by: Asim Mahmood <[email protected]> --------- Signed-off-by: Asim Mahmood <[email protected]>
Description
Backport #17312 to 2.19
There's another PR for 2.x: #17419
Also need to backport the documentation opensearch-project/documentation-website#9224
Related Issues
Resolves #[16837]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.